Remove invalidate_maybe_recurse and process_updates from the paintable interface
authorRichard Hult <richard@imendio.com>
Mon, 26 Jan 2009 18:29:26 +0000 (19:29 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:27 +0000 (10:15 +0200)
commit1a47356485055584dac4c07106c0eae90ef3f4cc
tree1cbb676fa8816d0a35bdc2008431a5077a96b8ae
parent1ee03b35d0ce2396c51fec5a0361d5566b889dad
Remove invalidate_maybe_recurse and process_updates from the paintable interface

Replace them with two new functions
_gdk_windowing_{before,after}_process_all_updates() that are called
around the guts of gdk_window_process_all_updates(). Add empty ones
for X11 (nothing more needed), quartz ones will be implemented next.
gdk/gdkinternals.h
gdk/gdkwindow.c
gdk/x11/gdkwindow-x11.c